/*$$

{"color":[{"val":"#000000","title":"PC端导航文字颜色"},

{"val":"#ff9700","title":"鼠标滑过导航文字颜色/WAP端二级导航文字颜色"},

{"val":"#333333","title":"PC端二级导航文字颜色/WAP端默认导航文字颜色"},

{"val":"#ffffff","title":"PC端二级导航鼠标滑过文字颜色"},

{"val":"#262626","title":"WAP端导航窗口关闭按钮文字颜色"}],

"background":[{"val":"#999999","title":"默认全屏滚动按钮背景颜色"},

{"val":"#233c82","title":"全屏滚动选中按钮背景/bananer分页按钮选中颜色"},

{"val":"#ffffff","title":"全屏滚动按钮背景颜色/导航背景"},

{"val":"#ff9700","title":"二级导航鼠标滑过背景颜色"},

{"val":"#333333","title":"WAP端按钮背景颜色"},

{"val":"rgba(255, 255, 255, .96)","title":"WAP端窗口背景颜色"},

{"val":"rgba(255, 255, 255, .98)","title":"WAP端导航背景颜色"}],

"border":[{"val":"#233c82","title":"全屏滚动选中按钮边框"},

{"val":"#ffffff","title":"全屏滚动按钮边框"},

{"val":"#203063","title":"PC端二级导航上边框"},

{"val":"#dfe0e1","title":"WAP端导航边框"}]}

$$*/

.indexSwiper {
	width:100%;
	height:100%;
	height:100vh;
	overflow:hidden;
	position:relative;
}

.indexSwiper .swiper-slide {
	width:100%;
	height:100%;
}

.home-page {
	position:absolute;
	left:140px;
	width:20px;
	top:50%;
	transform:translateY(-50%);
	z-index:999;
}
@media screen and (max-width:1600px) {
	.home-page {
		left:100px;
	}
}

.home-page .swiper-pagination-bullet {
	width:20px;
	height:20px;
	margin:5px;
	background:none;
	opacity:1;
	position:relative;
}
.home-page .swiper-pagination-bullet::after {
	width:10px;
	height:10px;
	background:#999999;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	content:'';
	position:absolute;
	border-radius:50%;
	z-index:10;
}
.home-page .swiper-pagination-bullet-active {
	border:#233c82 solid 1px;


}

.home-page .swiper-pagination-bullet-active::after {

	background:#233c82;

}
.home-page .swiper-pagination-bullet-active::before {
	width:10px;
	height:10px;
	background:#233c82;
	left:50%;
	top:50%;
	content:'';
	position:absolute;
	transform:translate(-50%,-50%);
	animation:showpage 2.8s linear infinite;
	border-radius:50%;
	z-index:1;
}
.home-page .swiper-pagination-bullet-active::after {
	z-index:10;
}
.home-page.white .swiper-pagination-bullet-active::before,.home-page.white .swiper-pagination-bullet::after {
	background:#ffffff;
}
.home-page.white .swiper-pagination-bullet-active {
	border:#ffffff solid 1px;
}
@keyframes showpage {
	0% {
		opacity:0.8;
	}
	80% {
		width:40px;
		height:40px;
		opacity:0;
	}
	100% {
		opacity:0;
	}
}

#bananer_144 .banaIndex{

	width:100%;

	height:100%;

	position:relative;

}

#bananer_144 .banaIndex img,

#bananer_144 .banaWap img{

	width: 100%;

	height: 100%;

	object-fit: cover;

	opacity: 0.9;

	transition: all 1s cubic-bezier(0.7, 0.18, 0.53, 0.75);

	transform: scale(1, 1)
}

#bananer_144 .swiper-slide-active img{
	opacity: 1;
	
}

#head_144{

	width: 100%;

	position: fixed;

	left: 0;

	top:40px;

	height:85px;

	z-index: 99;

	transition: all 0.5s;

}

#head_144::before{

	position: absolute;

	content: '';

	width: 100%;

	height: 100%;

	background: #ffffff;

	left: 0;

	top:-200%;

	transition: all 1.2s;

}

#head_144.fixedHead{

	top:0;

	box-shadow: 0 0 10px rgba(0,0,0,.05);

}

#head_144.fixedHead::before{

	top:0;

}

#head_144 .header{

	width: 1200px;

	margin: 0 auto;

	height: 100%;

	position: relative;

}

#head_144 .header .logoC{

	position: absolute;

	left: 0;

	width: 200px;

	height: 100%;

	display: flex;

	align-items: center;

	top:-200%;

	transition: all .8s;

}

#head_144 .header .logoC img{

	max-width: 80%;

	max-height: 80%;

}

#head_144.fixedHead .logoC{

	top:0;

}

#head_144 .logo{

	width: 200px;

	height: 100%;

	display: flex;

	align-items: center;

	transition: all .8s;


}

#head_144 .logo img{

	max-height: 100%;

	max-width: 100%;

}

#head_144.fixedHead .logo{

	display: none;

}

#head_144 .navBox{

	width: calc(100% - 200px);

	background: #ffffff;

	border-radius: 10px;

	height: 100%;

	display: flex;

}

#head_144 .navLi{

	flex: 1;

	text-align: center;

	position: relative;

}

#head_144 .navLi::before{

	width: 0;

	height: 3px;

	background: #ff9700;

	top:82px;

	position: absolute;

	left: 50%;

	transform: translateX(-50%);

	content: '';

	transition: all 1.2s;

}

#head_144 .navLi:hover::before{

	width: 90px;

}

#head_144 .navLi .tit{

	width: 100%;

	height: 100%;

	display: flex;

	align-items: center;

	justify-content: center;

	font-size: 16px;

	color: #000000;

	transition: all .8s;

	position: relative;

}

#head_144 .navLi .tit::after{

	position: absolute;

	height: 16px;

	width: 1px;

	right: 0;

	content: '';

	top:50%;

	transform: translateY(-50%);

	background: #999999;

}

#head_144 .navLi:last-child .tit::after{

	display: none;

}

#head_144 .navLi:hover .tit{

	color: #ff9700;

}

#head_144 .navLi .levelUl{

	position: absolute;

	top:85px;

	width: auto;

	left: 50%;

	transform: translateX(-50%);

	opacity: 0;

	transition:all 1.5s;

	height: 0;

	overflow: hidden;

	background: #ffffff;

	border-radius: 5px;

	border-top: #203063 solid 1px;

}

#head_144 .navLi:hover .levelUl{

	height: auto;

	opacity: 1;

}

#head_144 .leveltit i{

	position: relative;

	z-index: 9;

	display: block;

	min-width: 120px;

	padding: 0 20px;

	white-space: nowrap;

	line-height: 45px;

	color:#333333;

}

#head_144 .leveltit{

	width: auto;

	background:#ffffff;

	text-align: center;

	height: 45px;

	display: block;

	font-size: 14px;

	position: relative;

	overflow: hidden;

	line-height: 45px;

}

#head_144 .leveltit::after{

	background:#ff9700;

	content: '';

	position: absolute;

	left: 0;

	top: 0;

	width: 0;

	height: 100%;

	transition: all .5s;

}

#head_144 .leveltit:hover::after{

	width: 100%;

}

#head_144 .leveltit:hover i{

	color:#ffffff;

}

#head_144 .navBtn{

	display: none;

	width: 70px;

	height:60px;

	float: right;

	cursor: pointer;

	position: relative;

	margin-right:20px;

}

#head_144 .navBtn .span_0{

    position: absolute;

    width: 30px;

	right: 0;

	background: #333333;

	height: 3px;

    top: 40%;

    -webkit-transition: all .25s ease;

    transition: all .25s ease;

}

#head_144 .navBtn.cur .span_0{

    top: 46%;

}

#head_144 .navBtn.cur .span_0.span_1{

    -webkit-transform: rotate(-45deg) translateY(-50%);

    transform: rotate(-45deg) translateY(-50%);

}

#head_144 .navBtn.cur .span_0.span_2{

    opacity: 0;

}

#head_144 .navBtn.cur .span_0.span_3{

    -webkit-transform: rotate(45deg);

    transform: rotate(45deg);

}

#head_144 .navBtn .span_0.span_1{

    top: 35%;

}

#head_144 .navBtn .span_0.span_2{

    top: 50%;

    width:30px;

}

#head_144 .navBtn .span_0.span_3{

    top: 65%;

}

/* 右侧菜单 */

#head_144 #menuClosed{

    position: absolute;

    right:15px;

    top:15px;

    font-size:25px;

    color: #262626;

	font-weight: bold;

}

#head_144 .menu{

    position: fixed;

    top: 0;

    left: 0;

    height: 100%;

    width: 100%;

    background:rgba(255, 255, 255, .96);

    z-index: 999999999;

    overscroll-behavior: none;

    visibility: hidden;

    opacity: 0;

    -webkit-transition: visibility 0s ease .4s,opacity .4s ease;

    transition: visibility 0s ease .4s,opacity .4s ease;

}

#head_144 .menu.cur{

    visibility: visible;

    opacity: 1;

    -webkit-transition-delay: .05s;

            transition-delay: .05s;

}

#head_144 .menu-cnt{

	width:100%;

	height: 100%;

    right:0;

    top: 0;

    padding:60px 30px 30px 30px;

}

#head_144 .menu-cnt.cur{

    -webkit-transform: translate3d(0,0,0);

            transform: translate3d(0,0,0);

}

#head_144 .menu-item{

    border-bottom:#dfe0e1 1px solid;

	padding:10px 20px;

	height: auto;

	display: block;

}

#head_144 .menu-list li .dropdown_menu{

	display: none;

}

#head_144 .menu-list li.active .dropdown_menu{

	display:block;

}

#head_144 .menu-list li .dropdown_menu a{

	display:block;

	height:28px;

	color:#ff9700;

	line-height:28px;

	font-size:14px;

	padding-left: 20px;

	box-sizing:border-box;

	white-space: nowrap;

	text-overflow: ellipsis;

	overflow: hidden;

}

#head_144 .menu-list li .dropdown_menu a:last-child{

	border:none;

}

#head_144 .menu-title{

    position: relative;

    font-size:16px;

    font-weight: 500;  

	cursor: pointer;

	font-weight: bold;

	display: block;

	line-height:40px;

	color:#333333;

}

#head_144 .menu-title a{

	color:#333333;

}

#head_144 .menu-item.up .menu-title{

	background: url(./../../../static/images/HD00016_06.png) no-repeat right center;

	background-size: auto 10px;

}

#head_144 .menu-item.up.active .menu-title{

	background: url(./../../../static/images/HD00016_05.png) no-repeat right center;

	background-size: auto 10px;

}

#head_144 .menu-list{

    height: 75%;

	overflow: auto;

	width: 100%;

}

#head_144 .menu-contact{

	position: absolute;

	bottom:30px;

	background: url(./../../../static/images/HD00016_07.png) no-repeat;

	width: 170px;

	height: 26px;

	background-size: 100%;

	padding-left:40px;

	color:#333333;

	font-style:italic;

	display: block;

	line-height: 26px;

	font-weight: bold;

	font-size: 14px;

}

#bananer_144 .banaWap{

	display: none;

}

#bananer_144 .slider-btn-prev {
    position: absolute;
    z-index: 30;
    top: 50%;
    left: -81px;
    width: 81px;
    height: 81px;
    margin-top: -20px;
    background: url(./../../../static/images/HD00016_03.png) 50% 50% no-repeat;
    transition: all 0.5s linear;
    cursor: pointer;
}
#bananer_144 .swiper-container:hover .slider-btn-prev {
    left: 10%;
}
#bananer_144 .swiper-container .slider-btn-next {
    position: absolute;
    z-index: 30;
    top: 50%;
    right: -81px;
    width: 81px;
    height: 81px;
    margin-top: -20px;
    background: url(./../../../static/images/HD00016_04.png) 50% 50% no-repeat;
    transition: all 0.5s linear;
    cursor: pointer;
}
#bananer_144 .swiper-container:hover .slider-btn-next {
    right: 10%;
    cursor: pointer;
}

#bananer_144 .pagination{

	width: 100%;

	position: absolute;

	z-index: 10;

	text-align: center;

	bottom: 35px;

}

#bananer_144 .swiper-pagination-bullet{

	width: 22px;

	height: 22px;

	border-radius: 50%;

	background: #ffffff;

	margin: 0 10px;

	opacity: 1;

}

#bananer_144 .swiper-pagination-bullet-active{

	background: #233c82;

}

@media screen and (max-width: 1200px){

	#head_144 .header{

		width: 100%;

	}

}

@media screen and (max-width: 1024px){

	#head_144{

		top:0;

		height: 60px;

		background: rgba(255, 255, 255, .98);

		box-shadow: 0 0 10px rgba(0,0,0,.1);

	}

	.indexSwiper{

		height: auto;

	}

	.indexSwiper .swiper-wrapper{

		height: auto;

		display: block;

	}

	.indexSwiper .swiper-slide{

		height: auto;

	}

	#bananer_144 .banaWap{

		display: block;

		margin-top: 60px;

	}

	#bananer_144 .banaIndex{

		display: none;

	}

	#head_144 .navBox{

		display: none;

	}

	#head_144 .header .logoC{

		top:0;

		left: 20px;

	}

	#head_144 .logo{

		display: none;

	}

	#head_144 .navBtn{

		display: block;

	}

	#bananer_144 #wapBana .swiper-wrapper{

		height: 100%;

		display: flex;

	}

	#bananer_144 .banaWap{

		height: 500px !important;

	}

}

@media screen and (max-width: 768px){

	#bananer_144 .banaWap{

		height: 300px !important;

	}

}